This repository has no description
0

Configure Feed

Select the types of activity you want to include in your feed.

1import CollectionsContainerSkeleton from '@/features/collections/containers/collectionsContainer/Skeleton.CollectionsContainer'; 2 3export default function Loading() { 4 return <CollectionsContainerSkeleton />; 5}